go/printer.printer.writeString (method)
4 uses
go/printer (current package)
printer.go#L286: func (p *printer) writeString(pos token.Position, s string, isLit bool) {
printer.go#L657: p.writeString(pos, trimRight(text), true)
printer.go#L687: p.writeString(pos, trimRight(line), true)
printer.go#L1014: p.writeString(next, data, isLit)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)